Interface ZonePair

All Superinterfaces:
IPCObject
All Known Implementing Classes:
ZonePairImpl

public interface ZonePair extends IPCObject
Information provided by the PKI file:

    \class ZonePair
    
    \brief ZonePair holds and manipulates information about the configured zone pairs.
    
    \example network().getDevice("Router0").getProcess("ZfwProcess").getZonePairEntryAt(0)
    
Author:
Auto-generated
  • Method Details

    • getSrcZone

      String getSrcZone()
      Information provided by the PKI file:
      
          \brief Returns the source zone in the zone pair.
          
          \return string, the source zone in the zone pair.
          
              
      Returns:
      String Returns a String
    • getDestZone

      String getDestZone()
      Information provided by the PKI file:
      
          \brief Returns the destinaton zone in the zone pair.
          
          \return string, the destinaton zone in the zone pair.
          
              
      Returns:
      String Returns a String
    • setSrcZone

      void setSrcZone(String name)
      Information provided by the PKI file:
      
          \brief Sets the source zone.
          
          \param name, the name of the source zone.
          
              
      Parameters:
      name - Takes in a parameter of name
    • setDestZone

      void setDestZone(String name)
      Information provided by the PKI file:
      
          \brief Sets the destinaton zone.
          
          \param name, the name of the destinaton zone.
          
              
      Parameters:
      name - Takes in a parameter of name
    • getPolicyMap

      String getPolicyMap()
      Information provided by the PKI file:
      
          \brief Returns the name of the policy map for this zone pair.
          
          \returns string, the name of the policy map for this zone pair.
          
              
      Returns:
      String Returns a String
    • setPolicyMap

      void setPolicyMap(String name)
      Information provided by the PKI file:
      
          \brief Sets the name of the policy map for this zone pair.
          
          \param name, the name of the policy map for this zone pair.
          
              
      Parameters:
      name - Takes in a parameter of name